14eb1b
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2015 the original author or authors.
+ * Copyright 2008-2016 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -91,6 +91,8 @@
public abstract class TransactionalRepositoryFactoryBeanSupport<T extends Reposi
 
 		Assert.isInstanceOf(ListableBeanFactory.class, beanFactory);
 
+		super.setBeanFactory(beanFactory);
+
 		ListableBeanFactory listableBeanFactory = (ListableBeanFactory) beanFactory;
 		this.txPostProcessor = new TransactionalRepositoryProxyPostProcessor(listableBeanFactory, transactionManagerName,
 				enableDefaultTransactions);
